/ Assembly List / LJCDBMessage / DataHTMLTable / DataRows

Namespace - LJCDBMessage


Parameters
dataObjects - The collection of data objects.
propertyNames - The included property names.
maxRows - The maximum number of rows to display.

Returns

The HTML table rows.

Syntax

C#
public static String DataRows(List<Object> dataObjects, List<String> propertyNames = null, Int32 maxRows = 0)

Create table rows from a Data Object.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.